home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / v cisle / sadanastroju / signature_switch-1.6.1-tb.xpi / chrome / signatureswitch.jar / content / create.xul < prev    next >
Extensible Markup Language  |  2008-03-07  |  815b  |  22 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://global/skin/"?>
  4.  
  5. <!DOCTYPE dialog SYSTEM "chrome://signatureswitch/locale/signatureswitch.dtd">
  6.  
  7. <dialog id="SignatureSwitchCreate"
  8.         title="&signatureswitch.label.create.title;"
  9.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  10.         buttons="accept,cancel"
  11.         onload="onDialogLoad();"
  12.         ondialogaccept="return onDialogAccept();"
  13.         ondialogcancel="return onDialogCancel();">
  14.  
  15.         <script type="application/x-javascript" src="chrome://signatureswitch/content/create.js"/>
  16.  
  17.         <description id="desc1" value="&signatureswitch.label.create.doesntexist;"/>
  18.         <description id="desc2" class="monospace"/>
  19.         <description id="desc3" value="&signatureswitch.label.create.question;"/>
  20.  
  21. </dialog>
  22.